home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 1: Aki Ross.iso / pc / assets / aki-title.dcr / 00006_exitframe-movieRate=0.ls < prev    next >
Encoding:
Text File  |  2001-07-20  |  101 b   |  8 lines

  1. on exitFrame
  2.   if sprite(1).movieRate = 0 then
  3.     go("start")
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.